home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.4)
-
- '''Test the internal getargs.c implementation
-
- PyArg_ParseTuple() is defined here.
-
- The test here is not intended to test all of the module, just the
- single case that failed between 2.1 and 2.2a2.
- '''
- from test.test_support import have_unicode
- import marshal
- if have_unicode:
-
- try:
- marshal.loads(unicode('\\222', 'unicode-escape'))
- except UnicodeError:
- pass
- except:
- None<EXCEPTION MATCH>UnicodeError
-
-
- None<EXCEPTION MATCH>UnicodeError
-